home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Invisible Universe
/
Invisible Universe (1995)(Voyager)[Mac-PC].iso
/
mac
/
MOVIES
/
OIRG.DIR
/
00058_Script_58
< prev
next >
Wrap
Text File
|
1995-11-13
|
370b
|
20 lines
on idle
global gFiorellaOnStage, gHelpDuration
if gFiorellaOnStage then
if the movieTime of sprite 48 >= gHelpDuration then
stopHelp
end if
exit
end if
--put ">>> on idle movie script 41"
showHiliteNew
--go to the frame
end idle
on exitFrame
--put ">>> movie script 41 exitFrame"
go to the frame
end exitFrame